GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdViewer / GetTextOccurrenceCount Method





In This Topic
GetTextOccurrenceCount Method (IGdViewer)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(178)>
Function GetTextOccurrenceCount( _
   ByVal Page As Integer, _
   ByVal Text As String, _
   ByVal CaseSensitive As Boolean, _
   ByVal WholeWords As Boolean _
) As Integer
[DispId(178)]
int GetTextOccurrenceCount( 
   int Page,
   string Text,
   bool CaseSensitive,
   bool WholeWords
)
function GetTextOccurrenceCount( 
    Page: Integer;
    Text: String;
    CaseSensitive: Boolean;
    WholeWords: Boolean
): Integer; 
DispIdAttribute(178)
function GetTextOccurrenceCount( 
   Page : int,
   Text : String,
   CaseSensitive : boolean,
   WholeWords : boolean
) : int;
[DispId(178)]
int GetTextOccurrenceCount( 
   int Page,
   string* Text,
   bool CaseSensitive,
   bool WholeWords
) 
[DispId(178)]
int GetTextOccurrenceCount( 
   int Page,
   String^ Text,
   bool CaseSensitive,
   bool WholeWords
) 

Parameters

Page
Text
CaseSensitive
WholeWords
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdViewer
IGdViewer Members